Xbasic

A5.GET_SHARED_PATH Function

Syntax

Path as C =.Get_Shared_Path()

Description

Returns the current Shared path.

The A5.GET_SHARED_PATH() method returns the shared Alpha Anywhere path. This is where the help files and executables for Alpha Anywhere are stored.

If you are going to reference a file, you have to add the backslash at the end of the path.

Example

? a5.get_shared_path()
= "C:\Program Files\A5V6"
? a5.get_shared_path()+ "\\"
= "C:\Program Files\A5V6\"

See Also